From f984c39e93738dc49ae5b7fcd82453c47ef47fca Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Sat, 27 Mar 2010 21:29:55 +0100 Subject: [PATCH] GtkStyleContext: Fix typo. --- gtk/gtkstylecontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 9ec30d07fd..566538f0b7 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -390,7 +390,7 @@ gtk_style_context_set_class (GtkStyleContext *context, { GQuark link_quark; - link_quark = GUINT_TO_POINTER (link->data); + link_quark = GPOINTER_TO_UINT (link->data); if (link_quark == class_quark) return; -- 2.30.2